ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Vector<T> Class / Modul Property

In This Topic
    Modul Property (Vector<T>)
    In This Topic
    Get the modul of the this vector.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Modul As T
    public virtual T Modul {get;}

    Property Value

    A double indicates the modul of the speical vector.
    See Also